Adjust action ref test to new realities
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Feb 2014 04:03:38 +0000 (23:03 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 Feb 2014 04:03:38 +0000 (23:03 -0500)
The test was using a nonexisting GtkActionBar::spacing property.

testsuite/reftests/actionbar.ref.ui
testsuite/reftests/actionbar.ui

index 35de854f618d80c7f5d80ba478ff14ecc9825641..1cca9fe25d0cc7ef6b944367a1104d23c3f3d853 100644 (file)
@@ -8,6 +8,7 @@
       <object class="GtkBox">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
+        <property name="spacing">6</property>
         <child>
           <object class="GtkButton">
             <property name="visible">True</property>
index 28a772915bcc44f3846302a9731ca300f2129301..fd38632b2cadad30b20cbf84c3b589be4e55f904 100644 (file)
@@ -8,7 +8,6 @@
       <object class="GtkActionBar">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="spacing">0</property>
         <child>
           <object class="GtkButton">
             <property name="visible">True</property>